home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Full / Computer Security Tool / ComputerSecurityTool-Setup.exe / {app} / CST.exe / 0 / RCDATA / TFRMSAVEPROFILE / TFRMSAVEPROFILE.txt
Encoding:
Text File  |  2006-02-10  |  1.6 KB  |  78 lines

  1. object frmSaveProfile: TfrmSaveProfile
  2.   Left = 863
  3.   Top = 259
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Create Custom Security Profile'
  7.   ClientHeight = 142
  8.   ClientWidth = 281
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   DesignSize = (
  18.     281
  19.     142)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblNotes: TRzLabel
  23.     Left = 8
  24.     Top = 26
  25.     Width = 59
  26.     Height = 13
  27.     Caption = 'Description: '
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -9
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     BlinkIntervalOff = 0
  35.     BlinkIntervalOn = 0
  36.   end
  37.   object RzLabel1: TRzLabel
  38.     Left = 7
  39.     Top = 7
  40.     Width = 234
  41.     Height = 13
  42.     Caption = 'Enter a description for this Custom Security Profie.'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -9
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.     BlinkIntervalOff = 0
  50.     BlinkIntervalOn = 0
  51.   end
  52.   object memNotes: TRzMemo
  53.     Left = 8
  54.     Top = 42
  55.     Width = 265
  56.     Height = 55
  57.     Anchors = [akLeft, akTop, akRight, akBottom]
  58.     BorderStyle = bsNone
  59.     Ctl3D = False
  60.     ParentCtl3D = False
  61.     TabOrder = 0
  62.   end
  63.   object btnSave: TRzButton
  64.     Left = 197
  65.     Top = 108
  66.     ModalResult = 1
  67.     Anchors = [akRight, akBottom]
  68.     Caption = 'Save'
  69.     HotTrack = True
  70.     TabOrder = 1
  71.     OnClick = btnSaveClick
  72.   end
  73.   object dlgSave: TRzSaveDialog
  74.     Left = 8
  75.     Top = 104
  76.   end
  77. end
  78.